home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / windows / helped19.zip / HC.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  114b  |  9 lines

  1. @echo off
  2. if "%2" == "-n" goto run31
  3. hc30.exe %1 > helpedit.err
  4. goto end
  5. :run31
  6. hc31.exe %1
  7. :end
  8. @echo on
  9.